Skip to content

Conversation

@asyncapi-bot
Copy link
Contributor

@asyncapi-bot asyncapi-bot commented Sep 29, 2025

Automated changes by create-pull-request GitHub action

Summary by CodeRabbit

  • New Features

    • Overhauled the public tools catalog with new and expanded categories (e.g., CLIs, Compare tools) and multiple new tool entries.
  • Bug Fixes

    • Corrected numerous repository and website links across the catalog.
  • Documentation

    • Updated many tool titles and descriptions for clarity and alignment with current projects.
  • Chores

    • Reclassified and reorganized tools across categories; adjusted language/technology filters and ownership indicators.
    • Removed a deprecated tool entry.
    • Updated tag names for languages and technologies to ensure accurate labeling.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Sep 29, 2025

Walkthrough

Renamed two tag names in config/all-tags.json and performed extensive restructuring of tool catalog data in config/tools-automated.json and targeted repoUrl/description swaps in config/tools.json. No colors or structural schemas changed; updates are confined to JSON content values and categorizations.

Changes

Cohort / File(s) Summary
Tag name swaps
config/all-tags.json
Swapped names between “Socket.IO”↔“TypeScript” and “JetBrains”↔“SmartPaste”; colors unchanged.
Automated tool catalog overhaul
config/tools-automated.json
Removed SIO-AsyncAPI; large-scale reclassification, additions/removals, title/description edits, repo/website/docs URL updates, language/technology/category filter changes, and owner flag toggles across many sections.
Manual tool entries adjustments
config/tools.json
Swapped multiple repoUrl targets (official vs forks) across Editors, CLIs, Others; toggled HTML Template description between string and null while swapping repoUrl; reciprocal swaps for AsyncAPI Studio and AsyncAPI CLI entries.

Sequence Diagram(s)

Estimated code review effort

🎯 4 (Complex) | ⏱️ ~45–60 minutes

Possibly related PRs

Suggested labels

autoapproved, autoupdate

Suggested reviewers

  • derberg
  • akshatnema
  • anshgoyalevil
  • sambhavgupta0705
  • Mayaleeeee
  • devilkiller-ag
  • vishvamsinh28
  • asyncapi-bot-eve

Poem

A hop, a swap, a tidy jog—
Tags trade names like mist and fog.
Tools reshuffled, carrots aligned,
URLs nibble-relinked, refined.
I thump approval, whiskers bright—
Data gardens pruned just right. 🥕🐇

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title Check ✅ Passed The title succinctly and accurately describes an actual change in the pull request by indicating that tools.json was updated, making it a clear and actionable summary of one of the key modifications even though it does not enumerate every file changed.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
✨ Finishing touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch update-tools/regenerateTools

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@netlify
Copy link

netlify bot commented Sep 29, 2025

Deploy Preview for asyncapi-website ready!

Name Link
🔨 Latest commit bac71b3
🔍 Latest deploy log https://app.netlify.com/projects/asyncapi-website/deploys/68d9d4e5f6f4660008fe7420
😎 Deploy Preview https://deploy-preview-4439--asyncapi-website.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@codecov
Copy link

codecov bot commented Sep 29, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (42eac67) to head (bac71b3).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master     #4439   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           22        22           
  Lines          778       778           
  Branches       144       144           
=========================================
  Hits           778       778           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@asyncapi-bot
Copy link
Contributor Author

⚡️ Lighthouse report for the changes in this PR:

Category Score
🔴 Performance 37
🟢 Accessibility 98
🟢 Best practices 92
🟢 SEO 100
🔴 PWA 33

Lighthouse ran on https://deploy-preview-4439--asyncapi-website.netlify.app/

@asyncapi-bot asyncapi-bot merged commit 231498d into master Sep 29, 2025
37 of 38 checks passed
@asyncapi-bot asyncapi-bot deleted the update-tools/regenerateTools branch September 29, 2025 00:42
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 5

📜 Review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 42eac67 and bac71b3.

📒 Files selected for processing (3)
  • config/all-tags.json (3 hunks)
  • config/tools-automated.json (21 hunks)
  • config/tools.json (8 hunks)
⏰ Context from checks skipped due to timeout of 180000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (7)
  • GitHub Check: Redirect rules - asyncapi-website
  • GitHub Check: Header rules - asyncapi-website
  • GitHub Check: Pages changed - asyncapi-website
  • GitHub Check: Automerge PR autoapproved by a bot
  • GitHub Check: Lighthouse CI
  • GitHub Check: Test NodeJS PR - macos-13
  • GitHub Check: Test NodeJS PR - windows-latest
🔇 Additional comments (1)
config/tools-automated.json (1)

351-352: Automated catalog: fix AsyncAPI Studio repo regression

Line 351 and Line 370 mirror the same mistaken fork URLs flagged in tools.json. This will publish incorrect data via the automated catalog. Please revert to the official repository.

Apply this diff:

           "repoUrl": "https://github.com/Shurtu-gal/action-test-bed"
+          "repoUrl": "https://github.com/asyncapi/studio"
...
           "repoUrl": "https://github.com/TahaShahid203/async-api-issue"
+          "repoUrl": "https://github.com/asyncapi/studio"

Also applies to: 370-371

⛔ Skipped due to learnings
Learnt from: anshgoyalevil
PR: asyncapi/website#3557
File: tests/fixtures/markdown/check-edit-links-data.js:3-11
Timestamp: 2025-01-19T04:51:41.255Z
Learning: In the AsyncAPI website repository, the test data in `tests/fixtures/markdown/check-edit-links-data.js` intentionally includes inconsistent paths (with and without 'docs' prefix) to verify the script's ability to normalize and handle ambiguous path structures.

Comment on lines +794 to 795
"repoUrl": "https://github.com/hkirat/asyncapi-fork"
},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major

Automated catalog: restore AsyncAPI CLI repository URLs

The automated data at Line 794, Line 812, and Line 1058 now points to a fork (hkirat/asyncapi-fork). This diverges from the supported CLI repo and will misinform downstream consumers. Please restore the official link.

Apply this diff:

           "repoUrl": "https://github.com/hkirat/asyncapi-fork"
+          "repoUrl": "https://github.com/asyncapi/cli"

Also applies to: 812-814, 1058-1059

🤖 Prompt for AI Agents
In config/tools-automated.json around lines 794-795 (also apply same change at
812-814 and 1058-1059), the repoUrl fields currently point to the fork
"https://github.com/hkirat/asyncapi-fork"; update these entries to the official
AsyncAPI CLI repository URL "https://github.com/asyncapi/cli" so downstream
consumers reference the supported source; ensure only the repoUrl values are
changed and keep surrounding JSON structure intact.

Comment on lines +997 to 1002
"title": "HTML Template",
"description": null,
"links": {
"repoUrl": "https://github.com/asyncapi/nodejs-template"
"repoUrl": "https://github.com/dipaksodani/async-gen"
},
"filters": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major

Automated catalog: correct HTML template source

Lines 997-1023 list the HTML template under an unrelated repository. That breaks generator automation. Please revert these entries to the maintained asyncapi/html-template URL.

Apply this diff:

           "repoUrl": "https://github.com/dipaksodani/async-gen"
+          "repoUrl": "https://github.com/asyncapi/html-template"
...
           "repoUrl": "https://github.com/asyncapi/html-template"

Also applies to: 1018-1023

🤖 Prompt for AI Agents
In config/tools-automated.json around lines 997-1023 (also adjust the duplicate
at 1018-1023), the HTML template entries point to the wrong repository
(https://github.com/dipaksodani/async-gen); update those entries to the
maintained asyncapi/html-template URL by replacing the repoUrl value with the
correct repository (https://github.com/asyncapi/html-template) for both
occurrences, ensuring the "title" and other metadata remain unchanged.

Comment on lines +1340 to 1341
"repoUrl": "https://github.com/Shurtu-gal/action-test-bed"
},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major

Restore the official AsyncAPI Studio repository URL

Line 1340 and Line 1367 now link to personal forks instead of the maintained Studio repo, so the public catalog will direct users to unsupported code. Please revert these entries to the official repository to avoid misdirecting traffic.

Apply this diff:

           "repoUrl": "https://github.com/Shurtu-gal/action-test-bed"
+          "repoUrl": "https://github.com/asyncapi/studio"
...
           "repoUrl": "https://github.com/TahaShahid203/async-api-issue"
+          "repoUrl": "https://github.com/asyncapi/studio"

Also applies to: 1367-1368

🤖 Prompt for AI Agents
In config/tools.json around lines 1340-1341 and also lines 1367-1368, two
repoUrl entries point to personal forks
(https://github.com/Shurtu-gal/action-test-bed) instead of the official AsyncAPI
Studio repository; update both repoUrl values to the official AsyncAPI Studio
repo URL (https://github.com/asyncapi/studio) so the public catalog links to the
maintained upstream project, preserving JSON structure and quoting.

Comment on lines +2405 to 2406
"repoUrl": "https://github.com/hkirat/asyncapi-fork"
},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major

Point AsyncAPI CLI entries back to the official repo

Line 2405 and Line 2428 were swapped to a fork that isn’t the project homepage. That breaks the catalog and risks exposing users to stale binaries. Please restore the official CLI repository URL.

Apply this diff:

           "repoUrl": "https://github.com/hkirat/asyncapi-fork"
+          "repoUrl": "https://github.com/asyncapi/cli"
...
           "repoUrl": "https://github.com/asyncapi/cli"

Also applies to: 2428-2429

🤖 Prompt for AI Agents
In config/tools.json around lines 2405-2406 and 2428-2429, the "repoUrl" fields
were pointed to a personal fork (https://github.com/hkirat/asyncapi-fork);
replace those values with the official AsyncAPI CLI repository URL
(https://github.com/asyncapi/cli) in both locations so the catalog references
the project homepage and avoids stale or unofficial binaries.

Comment on lines +2809 to 2810
"repoUrl": "https://github.com/dipaksodani/async-gen"
},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major

Keep the HTML template entry aligned with the maintained upstream

Line 2809 now references an unrelated repo, leaving the catalog without the maintained template source. Please revert to the official asyncapi/html-template URL so users get the supported generator template.

Apply this diff:

           "repoUrl": "https://github.com/dipaksodani/async-gen"
+          "repoUrl": "https://github.com/asyncapi/html-template"
...
           "repoUrl": "https://github.com/asyncapi/html-template"

Also applies to: 2836-2837

🤖 Prompt for AI Agents
In config/tools.json around lines 2809 (and also apply same change at
2836-2837), the "repoUrl" entry points to an unrelated fork
(https://github.com/dipaksodani/async-gen); replace it with the official
asyncapi HTML template repository URL
"https://github.com/asyncapi/html-template" so the catalog references the
maintained upstream template. Update each affected "repoUrl" value to the
official URL and ensure JSON formatting/commas remain valid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants